Closed
Conversation
- Remove fields dropped in v1.0: `url`, `version`, `protocol_version`, `documentation_url`, `icon_url`, `preferred_transport`, `default_input_modes`, `default_output_modes` - Rename `additional_interfaces` to `interfaces` - Make `description`, `capabilities`, `skills` optional - Add `extensions`, `signature`, and `AgentCardSignature` type - Update `FastA2A` constructor and agent card endpoint accordingly Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
🚩 CLAUDE.md and task_manager docstring still reference A2A v0.3.0
The PR updates the schema to match A2A v1.0 but CLAUDE.md:36 still states "The library implements the A2A protocol v0.3.0" and fasta2a/task_manager.py:116 has a docstring saying """Send a message using the A2A v0.3.0 protocol.""". These are documentation staleness issues rather than code bugs, but they should be updated for consistency with the schema changes in this PR.
Was this helpful? React with 👍 or 👎 to provide feedback.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
url,version,protocol_version,documentation_url,icon_url,preferred_transport,default_input_modes,default_output_modesadditional_interfacestointerfacesdescription,capabilities,skillsoptional (NotRequired)extensions,signature(with newAgentCardSignaturetype)FastA2Aconstructor and agent card endpoint to matchTest plan
🤖 Generated with Claude Code